ssh ssh-agent ssh-add key set-service start-service windows
Source
> Set-Service ssh-agent -StartupType Automatic
> Start-Service ssh-agent
Then add keys to the agent as usual with
> ssh-add ~\.ssh\id_rsa
ssh ssh-agent ssh-add key set-service start-service windows
Source
> Set-Service ssh-agent -StartupType Automatic
> Start-Service ssh-agent
Then add keys to the agent as usual with
> ssh-add ~\.ssh\id_rsa